ServiceUpdateFolder Method (FolderId, IListProperty) |
Modify properties of an existing folder.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic FolderId UpdateFolder(
FolderId folderId,
IList<Property> propertiesToSet
)
Public Function UpdateFolder (
folderId As FolderId,
propertiesToSet As IList(Of Property)
) As FolderId
Parameters
- folderId
- Type: Independentsoft.ExchangeFolderId
The ID of the folder to update. - propertiesToSet
- Type: System.Collections.GenericIListProperty
Set of properties to add/modify.
Return Value
Type:
FolderIdFolderId.
See Also